home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / qbear.swf / scripts / frame_323 / DoAction.as
Text File  |  2007-01-15  |  609b  |  44 lines

  1. s01 = "not";
  2. s02 = "not";
  3. s03 = "not";
  4. s04 = "not";
  5. s05 = "not";
  6. s06 = "not";
  7. s07 = "not";
  8. s08 = "not";
  9. s09 = "not";
  10. s10 = "not";
  11. s11 = "not";
  12. s12 = "not";
  13. s13 = "not";
  14. balls = "0";
  15. bluto = "0";
  16. if(eval("/:lives") eq "4")
  17. {
  18.    tellTarget("/lives")
  19.    {
  20.       gotoAndStop("4");
  21.    }
  22. }
  23. else if(eval("/:lives") eq "3")
  24. {
  25.    tellTarget("/lives")
  26.    {
  27.       gotoAndStop("3");
  28.    }
  29. }
  30. else if(eval("/:lives") eq "2")
  31. {
  32.    tellTarget("/lives")
  33.    {
  34.       gotoAndStop("2");
  35.    }
  36. }
  37. else if(eval("/:lives") eq "1")
  38. {
  39.    tellTarget("/lives")
  40.    {
  41.       gotoAndStop("1");
  42.    }
  43. }
  44.